
General
 * When adding a room you will now be able to select where do you want to
   build it. Or you can let the game pick a spot for it.
 * When saving a game, the old file will be kept in case you saved it on top
   of the wrong one. There's no way to restore the old one from within the
   game, but you can do so by renaming files in the runtime/saves folder.
 * When an error is logged, the game will show a red exclamation mark in the
   upper right. These errors can be viewed in the game log or if in dev mode,
   in the console via the show_errors command. The console command
   clear_errors can be used to clear it. Hopefully you won't ever see this,
   but if you manually edit a save file and screw up or install a mod
   incorrectly or install an image pack with missing images, you will get an
   indication of that.
 * Some characters will throw Charity Events and will invite those members
   of the community that have money.
 * Chance of pregnancy complications which result in the baby not being born.
   Can be turned off via Game Option (set to 0 to never happens).
 * Some characters will be created as gold diggers and/or fame hounds. Gold
   diggers will get a large relation modifier towards those that have a lot of
   money or a high-paying job (with having luxuries also factoring in). While
   fame hounds will get a large relation modifier towards those that are
   famous (as identified by having a job of owner, commissioner, actor, model,
   or fighter). Only applies to new characters created with this update.

Game Play
 * Women who get pregnant can decide to have an abortion. Probability of doing
   so is driven by their personality. Can be turned off via the Base Probability
   of Desiring Abortion option (set it to 0 to never allow abortions). 
 * Can now ask a pregnant woman to have an abortion. Chance of success is low.
   Must be done before they are more than 50% thru their pregnancy. If she
   says no you can't ask for another 2 weeks.
 * Breeding parties: an event where one person throws a party for a friend to
   increse the chances of the friend getting pregnant.
 * When selecting contestants for an amateur contest, you can now pick those
   with more experience or those with less experienced (in addition as
   randomly). AI club owners can do so as well.
 * Added a Mess with Rival interaction that allows someone to do actions to
   annoy, hurt, ridicule, etc. a known rival or enemy.
 * Added new Abuse Cult Power to forbid a member from having sex. Which they
   may do anyway and giving you a reason for punishing them later if they are
   caught. 
 * When someone is kicked off the cult, they won't be able to join in again
   for at least a year.
 
AI
 * Pregnancies will not automatically prevent most women from accepting or
   wanting to be in a threesome. (It will still have a negative impact but now
   can be overcome with her other opinions and traits)
 * Lowered the likelihood of unemployed NPCs to get a non-visible job (these
   are things like the cashiers, customer reps, factory workers, etc.). This
   should keep more characters available for hiring.

Simulation
 

UI
 * Lowered the position of the small character headshots in scenes to minimize
   the overlap with the main character images.
 * The Actions, Interactions and People Here menus will now have scroll bars
   if there's enough entries in the list. The double-column People Here
   display has been eliminated and it's just one big column. And it will
   always include the character headshot and icon (if any).
 * Tooltips that appear towards the top of the screen will be shown below the 
   current pointer position not above so as to not get cut off by the window
   edge.

Bug Fixes
 * The Improve Fertility interaction in the clinic was never appearing.
 * A rare bug was sometimes making the MC's older sister and mother
   roommates before the mom moved into town.
 * Once you become the fight promoter, you shouldn't be getting invites to the
   underground fights.
 * When one girlfriend is forcing you to choose between her and another one,
   and you pick one, it was then dumping the wrong one.
 * NPCs will not set up their friends with the MC (this was causing the MC
   to acquire girlfriends without their input)
 * Virgins will not be allowed to work as hookers. This used to be the case
   but at some point it broke.
 * The two-highest amateur contest prize levels were never made available.
 * During MMF threesomes, it was failing to mark the second male as a
   potential father in case the woman got pregnant.
 * When a girlfriend comes to hang out with you, she will now pick appropriate
   clothing.
 * Sometimes when you were called by an employee to go another room in your
   club, after that interaction, you couldn't do work activities until you
   left the room. 

For Devs:
 * Added new property "fert_peak" to the pregnancy object which returns the
   number of days until the next fertility peak for the given person.
 * Added way to dump the contents of a container via the console. Use the
   command "dump v <var_name>". It also works with scalar variables, but those 
   are shown via the trace command so it's not needed. It will show the
   contents of the specified variables in all functions in the stack. Must
   inlcude the variable name prefix ($ or %).
